Welcome![Sign In][Sign Up]
Location:
Search - udp linux

Search list

[Linux-Unixudt4

Description: UDT 4.0 based on the UDP.
Platform: | Size: 347136 | Author: gaozhi | Hits:

[Linux-UnixRawPacket

Description: In this article, I will explain how to create UDP packets and then send them to a remote server through the Internet using WinPCap for Windows. The code has been tested to work with Windows XP SP2 and Vista SP1 on Linksys routers, and on Toshiba modems connected directly to the Internet. Please note that the code here is very minimalistic, and can be greatly expanded depending on your needs. The reason I use WinPCap in this article is that it solves the issue of Winsock for Windows (XP SP2 and above) not allowing raw UDP packets to be sent (in Linux, you can just use regular sockets). With WinPcap, it is possible to specify your own source IP and source hardware addresses in packets.
Platform: | Size: 35840 | Author: 黄海栋 | Hits:

[Internet-NetworkUDPclient

Description: Linux网络编程之UDP的客户端程序简单代码,可以传输各种文件,适合初学者学习使用。-Linux Network Programming for the UDP client program easy code, you can transfer all kinds of documents, suitable for beginners learning to use.
Platform: | Size: 1024 | Author: 莱克 | Hits:

[Internet-Networkuc_net_src

Description:
Platform: | Size: 351232 | Author: 张博 | Hits:

[OS programtcp_send

Description: 简单的发包程序,可以发送TCP,UDP,ICMP等数据包-Simple contract procedures, can send TCP, UDP, ICMP packets, etc.
Platform: | Size: 3072 | Author: kobe | Hits:

[Internet-Networka

Description: linux网络程序设计的例子源代码,有关进程,管道,CS结构,UDP,TCP,原始套接字-unix linux network programming codes
Platform: | Size: 744448 | Author: 李云 | Hits:

[OtherTCP_UDP

Description: 本文详细说明了tcp/udp的差别,大家可以看看,还是有用的-This article details the tcp/udp differences, we will look at, or useful
Platform: | Size: 64512 | Author: haibin | Hits:

[Linux-Unixclient

Description: linux环境下udp协议的客户端代码,向服务器端发送请求,显示服务器回应请求的时间-udp protocol under linux client code to send the request to the server-side, showing the server time to respond to the request
Platform: | Size: 1024 | Author: KATE | Hits:

[Program docLinuxTCPIP

Description: Linux网络编程TCP/IP协议,介绍网络层次,IP的数据结构,UDP和TCP协议等-Linux Network Programming TCP/IP protocol on the network level, IP data structure, UDP and TCP protocol, such as
Platform: | Size: 75776 | Author: 高蕾 | Hits:

[TCP/IP stackserver_l

Description: TCP/UDP server on linux.
Platform: | Size: 1024 | Author: jacek | Hits:

[TCP/IP stacknc6-1.0.tar

Description: Netcat 可以创建IPv4或IPv6的TCP 或UDP的connection,之后将在标准输入的到的data通过该connection发送到对端。-In the simplest usage, "nc6 host port" creates a TCP connection to the given port on the given target host (using either IPv4 or IPv6 as appropriate). Your standard input is then sent to the host, and anything that comes back across the connection is sent to your standard output. This continues indefinitely, until the network side of the connection shuts down. Note that this behavior is different from most applications which shut everything down and exit after an end-of-file on standard input.
Platform: | Size: 355328 | Author: Liuyun | Hits:

[ARM-PowerPC-ColdFire-MIPSChapter_5_Linux_Applications

Description: 周立功Magic2410实验箱光盘源码 第5章Linux应用程序编写 5.1 HelloWorld程序实验 5.2 Linux定时器实验 5.3多进程实验 5.4多线程实验 5.5文件和目录操作实验 5.6 UDP实验 5.7 TCP实验 5.8 Webserver实验 -Experimental boxes Magic2410 weeks Ligong Chapter 5 CD-ROM source Linux application procedures to prepare experiments 5.1 HelloWorld Timer 5.2 Linux experimental process more than 5.3 threads more than 5.4 experiment 5.5 experiment files and directories 5.6 UDP test operation 5.7 TCP Experimental Experimental Experimental 5.8 Webserver
Platform: | Size: 77824 | Author: yc | Hits:

[Software Engineeringsniffer

Description: 一、实现 Sniffer 的基本功能。 Sniffer 是一种用于监测网络性能、使用情况的工具。  能够指定需要侦听的网卡(考虑一台机器上多张网卡的情况)  能够侦听所有进出本主机的数据包,解析显示数据包( ICMP 、 IP 、 TCP 、 UDP 等)各个字段。比如,对 IP 头而言,需要显示 版本、头长度、服务类型、数据包长度、标识、 DF/MF 标志、段内偏移、生存期、协议类型、源目的 IP 地址、选项内容、数据内容。要求显示数据的实际含义(例如用 ASCII 表示);  能够侦听来源于指定 IP 地址的数据包,能够侦听指定目的 IP 地址的数据包,显示接收到的 TCP 和 UDP 数据包的全部实际内容。需要考虑一个 TCP 或 UDP 包划分为多个 IP 包传输的情况;  能够根据指定的协议类型来过虑包,例如,只侦听 ICMP 包,或只侦听 ICMP 和 UDP 包。  功能验证手段:在运行 Sniffer 的同时,执行标准的 Ping 、 Telnet 和浏览网页等操作,检查 Sniffier 能否返回预期的结果。 Windows 平台上可以用 winpcap 类库;在 linux 平台上可以使用 libpcap 类库。也可以调用 Sockets 等有关的网络类库。 -First, the realization of the basic functions of Sniffer. Sniffer is a network for monitoring performance, the use of tools.  listening to the specified needs of the card (taking on a machine more than the case of card)  listening to all incoming and outgoing packets of the host, analysis shows that packet (ICMP, IP, TCP, UDP, etc.) in various fields. For example, the first of the IP, the need to show the version of the first length, service type, packet length, logo, DF/MF logo, paragraph migration, survival, protocol type, source IP address of the purpose, options, content, data内容. Requirement to demonstrate the actual meaning of data (such as that used ASCII)  listening to the specified IP address from data packet to specify the purpose of listening packet IP addresses, indicating the received TCP and UDP packets all the actual content. Need to consider a TCP or UDP packet is divided into a number of IP packet transmission of the situation 
Platform: | Size: 65536 | Author: 鲁明 | Hits:

[Internet-Networkudt.4.4.win32_with_VC6

Description: udt.4.4 支持VC6, linux+vc.net+vc6 UDT(UDP-based Data Transfer Protocol,简称UDT)是一种互联网数据传输协议。UDT建于UDP之上,并引入新的拥塞控制和数据可靠性控制机制。UDT是面向连接的双向的应用层协议。它同时支持可靠的数据流传输和部分可靠的数据报传输。 由于UDT完全在UDP上实现,它也可以应用在除了高速数据传输之外的其它应用领域,例如点到点技术(P2P),防护墙穿透,多媒体数据传输等等。 UDT由开源软件作者谷云洪在美国伊利诺伊大学芝加哥分校攻读博士期间开发,并由他在毕业后继续维护和升级。UDT的开源软件可以在SourceForge上获取。-udt.4.4, linux+vc.net+vc6. UDT is a reliable UDP based application level data transport protocol for distributed data intensive applications over wide area high-speed networks. UDT uses UDP to transfer bulk data with its own reliability control and congestion control mechanisms. The new protocol can transfer data at a much higher speed than TCP does. UDT is also a highly configurable framework that can accommodate various congestion control algorithms
Platform: | Size: 1180672 | Author: JustGO | Hits:

[Embeded LinuxVIDEOCAPTURE.tar

Description: arm+linux下摄像头数据采集显示及jpeg压缩,并实现了udp通信,可以将摄像头采集的数据通过网络实时的传到远方!-data captured,display,and compressed in jpeg format based on arm+linux and display
Platform: | Size: 59392 | Author: wk | Hits:

[TCP/IP stackclient.c

Description: simple udp client program under linux
Platform: | Size: 1024 | Author: spider | Hits:

[Linux-Unixudp

Description: 这是一个基于linux套接字编程,实现客户和服务器之间的通信-This is a linux-based socket programming, client and server communication between
Platform: | Size: 33792 | Author: zuodaohui | Hits:

[Linux-Unixbraodcast_udp

Description: 这是一个linux下的socket程序,发送udp广播,最后得到本机的IP地址。-This is a linux program under the socket, send udp broadcast, and finally get the IP address of the machine.
Platform: | Size: 1024 | Author: godence | Hits:

[Internet-Networkudpxy-1.0-Chipmunk-12

Description: small-footprint UNIX/Linux daemon to relay multicast UDP traffic to client s TCP (HTTP) connection
Platform: | Size: 96256 | Author: chenchen | Hits:

[Internet-Networkudp

Description: 在linux下变写的udp程序,有客户端,服务端(都差不多不像tcp那么有明显的区别)-Under the change in the linux written udp procedures, client, server-side (not tcp then there are more or less clear distinction)
Platform: | Size: 3072 | Author: 英特查 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 30 »

CodeBus www.codebus.net